CopyPixPat
CopyPixPat Duplicate pixPat's structure to an existing region #include <Quickdraw.h> Color Quickdraw
PixPatHandle destPP ; pixel map to hold a duplicate of srcPP CopyPixPat copies the data of one pixPat into an other. srcPP is the handle of an existing pixPat you wish to duplicate.
destPP is the handle of destination pixPat.
Notes: CopyPixPat copies the entire contents of the pixel pattern, including color table, data handle, expanded data handle, expanded map, and pixMap
handle.